home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spawn Figure Collection
/
spawn collection cd.iso
/
movies
/
title.dir
/
00001_Script_1
next >
Wrap
Text File
|
1997-12-23
|
507b
|
26 lines
on startMovie
repeat with t = 1 to 48
set the puppet of sprite(t) to FALSE
end repeat
updateStage
-- ╔T╔E╔∞╔h≤p∩£Ωε
global gCDPATH
global gLocalPath
set gCDPATH to serchCD()
if voidP(gLocalPath) then
set gLocalPath to the PathName
end if
global SndMember
global SLevel
set SLevel to 3
newWave "m7.wav"
puppetSound member"sound"
set the loop of member "sound" to TRUE
set the SoundLevel to SLevel
set the SoundEnabled to TRUE
end